Normalizing and Denormalizing NoSQL Models
You can select either of the following options to create relationships for collections in NoSQL database models:
- Normalization
Splits the fields in a collection into multiple collections based on the selected relationship type. For more information, refer to the Normalizing NoSQL Database Models topic. - Denormalization
Embeds different collections into a single collection based on the selected embedding type. For more information, refer to the Demormalizing NoSQL Database Models topic.
Copyright © 2024 Quest Software, Inc. |